home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3301 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  689 b 

  1. Path: news.wright.edu!usenet
  2. From: Apichart Intarapanich <aintara>
  3. Newsgroups: comp.lang.c++
  4. Subject: who know how to use large array in c++?
  5. Date: 22 Jan 1996 18:56:32 GMT
  6. Organization: College of Engineering & Computer Science, Wright State University
  7. Message-ID: <4e0ml0$jt5@mercury.wright.edu>
  8. NNTP-Posting-Host: troi.cs.wright.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.12 (X11; I; OSF1 V3.2 alpha)
  13. X-URL: news:comp.lang.c++/112843-112942
  14.  
  15. hi
  16. anybody know how can i declare array like this
  17.  
  18. float a[1000][1000][1000];
  19.  
  20. i cannot do that. i got segmentation fault statement. who know what should i
  21. do?
  22. apichart
  23.  
  24.